home *** CD-ROM | disk | FTP | other *** search
- object CatchURLsForm: TCatchURLsForm
- Left = 219
- Top = 171
- Width = 576
- Height = 351
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'CatchURLsForm'
- Color = clBtnFace
- DefaultMonitor = dmDesktop
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnResize = FormResize
- OnShortCut = FormShortCut
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object ListView: TListView
- Left = 0
- Top = 25
- Width = 568
- Height = 207
- Align = alClient
- Checkboxes = True
- Columns = <
- item
- Caption = ' '
- Width = 40
- end
- item
- AutoSize = True
- Caption = 'URL'
- end
- item
- Caption = #1056#1072#1089#1096#1080#1088#1077#1085#1080#1077
- Width = 74
- end
- item
- Caption = 'Comments'
- Width = 180
- end>
- GridLines = True
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- PopupMenu = PopupMenu
- SmallImages = ImageList
- SortType = stText
- TabOrder = 0
- ViewStyle = vsReport
- OnChanging = ListViewChanging
- OnColumnClick = ListViewColumnClick
- OnCompare = ListViewCompare
- OnKeyPress = ListViewKeyPress
- end
- object Panel1: TPanel
- Left = 0
- Top = 232
- Width = 568
- Height = 66
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 568
- 66)
- object FilterSpeedButton: TBitBtn
- Left = 8
- Top = 31
- Width = 110
- Height = 30
- Caption = 'Filter'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = FilterSpeedButtonClick
- end
- object OkSpeedButton: TBitBtn
- Left = 331
- Top = 31
- Width = 110
- Height = 30
- Anchors = [akTop, akRight]
- Caption = 'Ok'
- Default = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = OkSpeedButtonClick
- end
- object CancelSpeedButton: TBitBtn
- Left = 450
- Top = 31
- Width = 110
- Height = 30
- Anchors = [akTop, akRight]
- Caption = #1054#1090#1084#1077#1085#1072
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = CancelSpeedButtonClick
- end
- object AsMirrorsCheckBox: TCheckBox
- Left = 8
- Top = 6
- Width = 553
- Height = 17
- Caption = #1044#1086#1073#1072#1074#1080#1090#1100' '#1086#1090#1084#1077#1095#1077#1085#1085#1099#1077' URL '#1082#1072#1082' '#1086#1076#1085#1091' '#1079#1072#1082#1072#1095#1082#1091' '#1089' '#1079#1077#1088#1082#1072#1083#1072#1084#1080' O'
- TabOrder = 4
- end
- object AdditionalSpeedButton: TBitBtn
- Left = 127
- Top = 31
- Width = 110
- Height = 30
- Caption = #1044#1086#1087#1086#1083#1085#1080#1090#1077#1083#1100#1085#1086
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = AdditionalSpeedButtonClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 568
- Height = 25
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object NoteLabel: TLabel
- Left = 6
- Top = 5
- Width = 296
- Height = 14
- Caption = #1055#1088#1080#1084#1077#1095#1072#1085#1080#1077': '#1084#1086#1078#1077#1090#1077' '#1080#1089#1087#1086#1083#1100#1079#1086#1074#1072#1090#1100' '#1087#1088#1072#1074#1091#1102' '#1082#1085#1086#1087#1082#1091' '#1084#1099#1096#1080
- end
- end
- object StatusBar: TStatusBarPro
- Left = 0
- Top = 298
- Width = 568
- Height = 19
- Action = UpdateStatusBarAction
- Images = ImageList
- Panels = <
- item
- Text = 'URL:'
- Width = 445
- end
- item
- ImageIndex = 2
- Text = '0'
- Width = 45
- end
- item
- ImageIndex = 3
- Text = '0'
- Width = 45
- end
- item
- Width = 39
- end>
- ParentShowHint = False
- ShowHint = True
- SimplePanel = False
- end
- object PopupMenu: TPopupMenu
- Left = 504
- Top = 48
- object Mark1: TMenuItem
- Action = MarkAction
- end
- object Unmark1: TMenuItem
- Action = UnMarkAction
- end
- object MarkURLWithSameExtentionAction1: TMenuItem
- Action = MarkURLWithSameExtentionAction
- end
- object UnMarkURLWithSameExtentionAction1: TMenuItem
- Action = UnMarkURLWithSameExtentionAction
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object MarkAll1: TMenuItem
- Action = MarkAllAction
- end
- object UnmarkAll1: TMenuItem
- Action = UnMarkAllAction
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object CopyURL1: TMenuItem
- Action = CopyURLAction
- end
- object OpenInBrowser1: TMenuItem
- Action = OpenInBrowserAction
- end
- end
- object ActionList: TActionList
- Left = 504
- Top = 88
- object UpdateStatusBarAction: TAction
- Caption = 'UpdateStatusBarAction'
- OnHint = UpdateStatusBarActionHint
- OnUpdate = UpdateStatusBarActionUpdate
- end
- object MarkAction: TAction
- Category = 'PopUp'
- Caption = 'Mark'
- OnExecute = MarkActionExecute
- OnUpdate = MarkActionUpdate
- end
- object UnMarkAction: TAction
- Tag = 1
- Category = 'PopUp'
- Caption = 'Unmark'
- OnExecute = UnMarkActionExecute
- OnUpdate = UnMarkActionUpdate
- end
- object MarkAllAction: TAction
- Category = 'PopUp'
- Caption = 'Mark All'
- OnExecute = MarkAllActionExecute
- OnUpdate = MarkAllActionUpdate
- end
- object UnMarkAllAction: TAction
- Category = 'PopUp'
- Caption = 'Unmark All'
- OnExecute = UnMarkAllActionExecute
- OnUpdate = UnMarkAllActionUpdate
- end
- object OpenInBrowserAction: TAction
- Category = 'PopUp'
- Caption = 'Open In Browser'
- OnExecute = OpenInBrowserActionExecute
- OnUpdate = OpenInBrowserActionUpdate
- end
- object CopyURLAction: TAction
- Category = 'PopUp'
- Caption = 'Copy URL'
- ShortCut = 16451
- OnExecute = CopyURLActionExecute
- OnUpdate = CopyURLActionUpdate
- end
- object MarkURLWithSameExtentionAction: TAction
- Category = 'PopUp'
- Caption = 'MarkURLWithSameExtentionAction'
- OnExecute = MarkURLWithSameExtentionActionExecute
- OnUpdate = MarkURLWithSameExtentionActionUpdate
- end
- object UnMarkURLWithSameExtentionAction: TAction
- Category = 'PopUp'
- Caption = 'UnMarkURLWithSameExtentionAction'
- OnExecute = UnMarkURLWithSameExtentionActionExecute
- OnUpdate = UnMarkURLWithSameExtentionActionUpdate
- end
- end
- object ImageList: TImageList
- Left = 504
- Top = 128
- end
- object Timer: TTimer
- Enabled = False
- OnTimer = TimerTimer
- Left = 392
- Top = 253
- end
- end
-